翻訳と辞書
Words near each other
・ Radiation treatment planning
・ Radiation Vibe
・ Radian (disambiguation)
・ Radian (EP)
・ Radian (Morituri)
・ Radian Glacier
・ Radian Group
・ Radian per second
・ Radiance
・ Radiance (album)
・ Radiance (book)
・ Radiance (disambiguation)
・ Radiance (film)
・ Radiance (fragrance)
・ Radiance (play)
Radiance (software)
・ Radiance / Chi ni Kaeru (On the Earth)
・ Radiance Digital Entertainment
・ Radiance Media Group
・ Radiance of Shadows
・ Radiance Realty
・ Radiance-class cruise ship
・ Radianskoi Armii (Kharkiv Metro)
・ Radiansyah
・ Radiant
・ Radiant (album)
・ Radiant (Iris album)
・ Radiant (meteor shower)
・ Radiant (novel)
・ Radiant (software)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Radiance (software) : ウィキペディア英語版
Radiance (software)

Radiance is a suite of tools for performing ''lighting simulation'' originally written by Greg Ward.〔 It includes a renderer as well as many other tools for measuring the simulated light levels. It uses ray tracing to perform all lighting calculations, accelerated by the use of an octree data structure. It pioneered the concept of high dynamic range imaging, where light levels are (theoretically) open-ended values instead of a decimal proportion of a maximum (e.g. 0.0 to 1.0) or integer fraction of a maximum (0 to 255 / 255). It also implements global illumination using the Monte Carlo method to sample light falling on a point.
Greg Ward started developing Radiance in 1985 while at Lawrence Berkeley National Laboratory. The source code was distributed under a license forbidding further redistribution. In January 2002 Radiance 3.4 was relicensed under a less restrictive license.
One study found Radiance to be the most generally useful software package for architectural lighting simulation. The study also noted that Radiance often serves as the underlying simulation engine for many other packages.〔Geoffrey G. Roy, A Comparative Study of Lighting Simulation Packages Suitable for use in Architectural Design, Murdoch University, October 2000〕
==HDR image format==

Radiance defined an image format for storing HDR images, now described as ''RGBE image format''. Since it was the first (and for a long time the only) HDR image format, this format is supported by many other software packages.
The file starts with the signature '#?RADIANCE' and then several lines listing the commands used to generate the image. This information allows the renderer rpict to continue a partially completed render (either manually, or using the rad front-end). There are also ''key''=''value'' declarations, including the line 'FORMAT=32-bit_rle_rgbe'.
After this is a blank line signifying the end of the header. A single line describes the resolution and pixel order. As produced by the Radiance tools this always takes the form of '-Y ''height'' +X ''width. After this line follows the binary pixel data.
Radiance calculates light values as floating point triplets, one each for red, green and blue. But storing a full double precision float for each channel (8 bytes × 3 = 24 bytes) is a burden even for modern systems. Two stages are used to compress the image data. The first scales the three floating point values to share a common 8-bit ''exponent'', taken from the brightest of the three. Each value is then truncated to an 8-bit mantissa (fractional part). The result is four bytes, 32 bits, for each pixel. This results in a 6:1 compression, at the expense of reduced colour fidelity.
The second stage performs run length encoding on the 32-bit pixel values. This has a limited impact on the size of most rendered images, but it is fast and simple.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Radiance (software)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.